public sealed class GraphModel.CopyDictionary<NodeType,NodeKey> : ICopyDictionary
public sealed class GraphModel.CopyDictionary<NodeType,NodeKey> : ICopyDictionary
This ICopyDictionary is used during the two-pass copying process to keep track of which newly copied node data correspond to which original node data.
Although this nested type is not a generic class, it is parameterized by the NodeType and NodeKey type parameters of the containing generic model class. You should call GraphModel<NodeType,NodeKey>.CreateCopyDictionary to allocate an instance.
This collection class does not support separate link data.
System.Object
Northwoods.GoXam.Model.GraphModel`2.CopyDictionary<NodeType,NodeKey>